home *** CD-ROM | disk | FTP | other *** search
- ScriptLanguageController = {
- ACTIONS = {"newWorkspace:" = "newWorkspace:"; "showInfo:" = "showInfo:"; };
- SUPERCLASS = Object;
- };
- ScriptEvaluator = {
- ACTIONS = {"evaluate:" = "evaluate:"; };
- OUTLETS = {evaluateButton = evaluateButton; input = input; output = output; };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {"doIt:" = "doIt:"; "inspectIt:" = "inspectIt:"; "showIt:" = "showIt:"; };
- SUPERCLASS = Object;
- };
-